AttachmentId Constructor (String, String) |
Initializes a new instance of the AttachmentId class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic AttachmentId(
string id,
string rootItemId
)
Public Sub New (
id As String,
rootItemId As String
)
Parameters
- id
- Type: SystemString
- rootItemId
- Type: SystemString
See Also